プログラムの実例について


このマニュアルの標準的な電子ディストリビューションには、このマニュアルだけではなく、マニュアルの中で示されたり言及されたりしたプログラムの実例とその他の様々な実例が、あるサブ・ディレクトリ配下に収められています。これらの実例は、読者が、すべてのコードを入力するという誤りの起りやすい作業に煩わされることなく、実例の研究や修正に集中できるようにするために提供されるものです。コンピュータ上に GCC と Bison がインストールされていれば、ほとんど問題なくこれらの実例をコンパイルできるはずです。しかし、ANSI C コンパイラがない場合には、問題に直面するかもしれません。

実例のプログラムを構築するには、examples という名のサブ・ディレクトリに移動して以下を実行するだけです。

make

これによりすべての実例がコンパイルされます。あるいは、以下のように実行することもできます。

make example_name

また、実例を手作業でコンパイルすることもできます。

ディストリビューション全体を持っていない読者は、インターネット経由(prep.ai.mit.edu)でそれを入手することができますし、Free Software Foundation に直接注文することもできます。


Copyright (C) 1992, 1993 Free Software Foundation

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation.


日本語訳:市川和久
Japanese translation by Kazuhisa Ichikawa (ki@home.email.ne.jp)